These three animations are specified the same way, except with different timeScale and key fields. The leftmost animation is specified in "normalized time" with keyValues from 0 to 1: timeScale = 1
The middle animation is expressed in seconds, lasting 3 seconds: timeScale = 3
The rightmost animation is expressed in frames (30 per second) over 3 seconds: timeScale = 90
|